R/ whichAssay.R

  whichAssay<-function(X){
    type<-substr(X$Lot,1,1)
    if(type=="C"){
      ComboAssay(X)
    }else{
      assay(X)
    }
  }
JARS3N/axml documentation built on May 7, 2019, 6:47 a.m.